home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / lisp-faq.part6 < prev    next >
Encoding:
Internet Message Format  |  1994-05-15  |  67.4 KB

  1. Subject: FAQ: Lisp FTP Resources 6/7 [Monthly posting]
  2. Newsgroups: comp.lang.lisp,news.answers,comp.answers
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Date: Fri, 13 May 1994 14:52:22 GMT
  5.  
  6. Archive-name: lisp-faq/part6
  7. Last-Modified: Thu May 12 21:33:07 1994 by Mark Kantrowitz
  8. Version: 1.45
  9.  
  10. ;;; ****************************************************************
  11. ;;; FTP Archives and Other Resources *******************************
  12. ;;; ****************************************************************
  13. ;;; Written by Mark Kantrowitz and Barry Margolin
  14. ;;; lisp_6.faq -- 69084 bytes
  15.  
  16. This post contains Part 6 of the Lisp FAQ.
  17.  
  18. If you think of questions that are appropriate for this FAQ, or would
  19. like to improve an answer, please send email to us at lisp-faq@think.com.
  20.  
  21. Topics Covered (Part 6):
  22.   [6-0] General information about FTP Resources for Lisp
  23.   [6-1] Repositories of Lisp Software
  24.   [6-3] Publicly Redistributable Lisp Software
  25.   [6-6] Formatting code in LaTeX (WEB and other literate programming tools)
  26.   [6-7] Where can I get an implementation of Prolog in Lisp?
  27.  
  28. Search for \[#\] to get to question number # quickly.
  29.  
  30. ----------------------------------------------------------------
  31. Subject: [6-0] General information about FTP Resources for Lisp
  32.  
  33. Remember, when ftping compressed or compacted files (.Z, .z, .arc, .fit,
  34. etc.) to use binary mode for retrieving the files.
  35.  
  36. Files that end with a .z suffix were compressed with the patent-free
  37. gzip (no relation to zip). Source for gzip is available from:
  38.    prep.ai.mit.edu:/pub/gnu/
  39. as the files gzip-1.2.3.shar, gzip-1.2.3.tar,or gzip-1.2.3.msdos.exe.
  40.  
  41. FTP sites for Lisp and Scheme interpreters and compilers are discussed
  42. in the answer to questions [4-0] and [4-2] and in the Scheme FAQ. See
  43. the entry on Macintosh Common Lisp in question [4-1] for information
  44. on the CD-ROM of Lisp code that Apple distributes with MCL 2.0.
  45.  
  46. ----------------------------------------------------------------
  47. Subject: [6-1] Repositories of Lisp Software
  48.  
  49. There are several repositories of publicly redistributable and
  50. public domain Lisp code. 
  51.  
  52. Common Lisp Repository:
  53.  
  54.    The Common Lisp Repository is accessible by anonymous ftp to
  55.       ftp.cs.cmu.edu:/user/ai/lang/lisp/ [128.2.206.173]
  56.    or through the AFS directory
  57.       /afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/
  58.    and includes more than 250 megabytes of sources, including all
  59.    freely distributable implementations and many programs. This
  60.    repository supersedes the Lisp Utilities collection.
  61.  
  62.    Programs in the repository include XREF (portable cross referencing
  63.    tool for Lisp, similar to the Symbolics Who-Calls and the Xerox
  64.    MasterScope programs), Brad Miller's initializations package for
  65.    Allegro CL 4.0, DEFSYSTEM (portable system definition facility, a
  66.    "Make" for Lisp), a portable implementation of the X3J13 June 1989
  67.    specification for logical pathnames, METERING (a portable code
  68.    time/space profiling tool), SOURCE-COMPARE (a portable "diff" utility
  69.    for Lisp), USER-MANUAL (a program which helps with documenting Lisp
  70.    code), PSGRAPH (Joe Bates' PostScript DAG grapher), several matchers
  71.    for Lisp, NREGEX (a regular expressions matcher), a date formatter, an
  72.    infix reader macro for Lisp, SAVE-OBJECT (Kerry Koitzsch's package to
  73.    save ASCII representations of Lisp objects to a file), Stephen
  74.    Nicoud's semi-portable CLtL2 version of defpackage, LALR (Mark
  75.    Johnson's lisp YACC parser generator), various implementations of the
  76.    Loop Macro, William Schelter's sloop macro, Frank Ritter and Jim
  77.    Panagos' implementation of the Yale yloop macro (described in
  78.    McDermont, Charniak and Riesbeck's AI programming book), all free Lisp
  79.    GUIs, including Express Windows, the iterate macro, Waters' Series
  80.    Macro package, Waters' XP Lisp Pretty Printer, Bruno Haible's
  81.    implementation of the Simplex algorithm, MAPFORMS (Moon's code
  82.    walker), Brad Miller's resources package, and much much more.
  83.  
  84.    The Common Lisp Repository is maintained by Mark Kantrowitz,
  85.    lisp-utilities-request@cs.cmu.edu.
  86.  
  87. CLOS:
  88.    The CLOS code repository is available by anonymous ftp to
  89.       nervous.cis.ohio-state.edu:/pub/lispusers/clos/ [128.146.61.200] 
  90.    If you've got code you'd like to add to the repository, send mail to
  91.    Arun Welch, commonloops-request@cis.ohio-state.edu.  The CLOS code
  92.    repository includes dag.lisp.Z and 3DGeometry.lisp.  [The AI
  93.    Repository's Lisp Section includes a directory of CLOS code as well,
  94.    in ftp.cs.cmu.edu:/user/ai/lang/lisp/oop/clos-code/.]
  95.  
  96. MCL:
  97.    The Macintosh Common Lisp repository contains Lisp code for
  98.    MCL contributed by MCL users. It is available by anonymous ftp from
  99.       cambridge.apple.com:/pub/MCL2/contrib/       [134.149.2.3]
  100.    and also contains the Info-MCL mailing list archives. The
  101.    repository contains, among other things, AV_Parser.hqx and Zebu
  102.    (general parser toolkits), babylon-2.2.sit.hqx (expert system shell
  103.    from GMD in Germany), btree.sit.hqx (binary trees), LGL.lisp (Lisp
  104.    Graphics Library for MCL), quicktime code, mmlisp.sit.hqx
  105.    (midi-manager interface), tips on optimizing MCL code, PARKA.sit.hqx
  106.    (a knowledge representation system), starsim.sit.hqx (*Lisp for MCL),
  107.    IP/TCP examples, and support for hypercard XCMDs and XFCNs.  See the
  108.    file README for a quick overview of the contents of the MCL
  109.    repository.
  110.  
  111. CLIM:
  112.    The CLIM Library (a library of user contributed code for the CLIM
  113.    environment) is available by anonymous ftp on
  114.       cambridge.apple.com:/pub/clim [134.149.2.3]
  115.    For information on CLIM, see the entry in [6-5] below.  For more
  116.    information on the CLIM Library, contact Vincent Keunen, keunen@nrb.be.
  117.  
  118. MIT AI Lab:
  119.    ftp.ai.mit.edu:/pub/
  120.       loop-macro.tar               [LOOP from CLtL1]
  121.       series/                      [SERIES from CLtL2; older version]
  122.       Iterate/                     [Alternative to series and loop.]
  123.       clmath.tar                   [Numeric math 1984]
  124.       ontic/                       [ONTIC Knowledge Rep. for Mathematics]
  125.    clmath is a Lisp library of mathematical functions that calculate
  126.    hyperbolic and inverse hyperbolic functions, Bessel functions,
  127.    elliptic integrals, the gamma and beta functions, and the incomplete
  128.    gamma and beta functions.  There are probability density functions,
  129.    cumulative distributions, and random number generators for the normal,
  130.    Poisson, chi-square, Student's T, and Snedecor's F functions. Discrete
  131.    Fourier Transforms. Multiple linear regression, Fletcher-Powell
  132.    unconstrained minimization, numerical integration, root finding,
  133.    and convergence. Code to factor numbers and to do the
  134.    Solovay-Strassen probabilistic prime test is included. 
  135.    A technical report describing CLMath is available as MIT AI Lab
  136.    Memo 774, Gerald Roylance, "Some Scientific Subroutines in LISP",
  137.    September 1984. Iterate is Jonathan Amsterdam's alternative to
  138.    series and the Loop macro. For more information, contact jba@ai.mit.edu.
  139.  
  140. LispUsers Archives:
  141.    The LispUsers Archives, a collection of programs for Medley, can be
  142.    found on 
  143.       nervous.cis.ohio-state.edu:/pub/lispusers/medley/
  144.    The files include a plotting module, addressbook, chat program, clock,
  145.    call-grapher, grep implementation, Tower of Hanoi, Life, lisp dialect
  146.    translator, and fonts. Also on nervous.cis.ohio-state.edu is GTT, an
  147.    implementation of Chandrasekaran's Generic Tasks Toolset, in directory
  148.    pub/lispusers/toolset.
  149.  
  150. Amiga LISP implementations:
  151.    There's a repository of Amiga LISP implementations (and other Lisp-like
  152.    language implementations) on gatekeeper.pa.dec.com:/pub/micro/amiga/lisp/.
  153.  
  154. Inside Computer Understanding:
  155.    Common Lisp versions of the mini programs from "Inside Computer
  156.    Understanding" by Schank and Riesbeck, 1981, are available by
  157.    anonymous ftp from 
  158.       cs.umd.edu:/pub/schank/icu/
  159.    This includes the SAM and ELI miniatures. It will eventually include copies
  160.    of the miniature versions of PAM, POLITICS, and Tale-Spin. The FOR
  161.    macro is also available in this directory, as are a set of functions
  162.    for manipulating and matching lisp representations of Conceptual
  163.    Dependency formulas.  Contact Bill Andersen <waander@cs.umd.edu> for
  164.    more information. 
  165.  
  166. Norvig:
  167.  
  168.    The software from Peter Norvig's book "Paradigms of AI Programming" is
  169.    available by anonymous ftp from unix.sri.com:/pub/norvig/ and on disk in
  170.    Macintosh or DOS format from the publisher, Morgan Kaufmann.
  171.  
  172.    Software includes Common Lisp implementations of:
  173.       Eliza and pattern matchers, Emycin, Othello, Parsers,
  174.       Scheme interpreters and compilers, Unification and a prolog
  175.       interpreter and compiler, Waltz line-labelling,
  176.       implementation of GPS, macsyma, and random number generators.
  177.  
  178.    For more information, contact:
  179.       Morgan Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260
  180.       San Mateo CA 94403, (800) 745-7323; FAX: (415) 578-0672
  181.     Mac          ISBN 1-55860-227-5
  182.     DOS 3.5"     ISBN 1-55860-228-3
  183.     DOS 5.25"    ISBN 1-55860-229-1
  184.  
  185. NL Software Registry:
  186.    A catalog of free and commercial natural language software is
  187.    available from the Natural Language Software Registry, by anonymous
  188.    ftp from 
  189.       ftp.dfki.uni-sb.de:/registry/
  190.    or by email to registry@dfki.uni-sb.de.
  191.  
  192. TI Explorer Lisp Code:
  193.  
  194.    sumex-aim.stanford.edu:/pub/exp/
  195.  
  196.    The Knowledge Systems Lab's set of Explorer patches and tools. It
  197.    includes in the jwz subdirectory a set of tools written and collected
  198.    by Jamie Zawinski. Send questions to acuff@sumex-aim.stanford.edu.
  199.  
  200. Waters' Programs:
  201.  
  202.    Dick Waters' XP Lisp Pretty Printer is available by anonymous ftp
  203.    from 
  204.       merl.com:/pub/xp/
  205.    as the files xp-code.lisp, xp-doc.txt, and xp-test.lisp.
  206.  
  207.    The Series Macro is available from
  208.       merl.com:/pub/series/
  209.    as the files s-code.lisp, s-test.lisp, and s-doc.txt. The
  210.    Series macro package is described fully in Waters, R.C., "Automatic
  211.    Transformation of Series Expressions into Loops", ACM Transactions on
  212.    Programming Languages and Systems, 13(1):52--98, January 1991,
  213.    MIT/AIM-1082 and MIT/AIM-1083.
  214.  
  215.    Both programs are also available from the Common Lisp Repository
  216.    described above.
  217.  
  218.    For further information, contact Dick Waters, <dick@merl.com> or
  219.    <dick@ai.mit.edu>. An improved version of Series is in the works.
  220.  
  221. ----------------------------------------------------------------
  222. Subject: [6-3] Publicly Redistributable Lisp Software
  223.  
  224. AI Algorithms and Tools:
  225.  
  226.    PAIL (Portable AI Lab) is a computing environment containing a
  227.    collection of state-of-the-art AI tools, examples, and documentation.
  228.    It is aimed at those involved in teaching AI courses at university
  229.    level or equivalent. The system has enough built-in functionality to
  230.    enable its users to get practical experience with a broad range of AI
  231.    problems without having to build all the supporting tools from
  232.    scratch. It is implemented in Common Lisp and uses CLOS and Allegro
  233.    Common Windows (i.e., in Allegro CL 4.1). It is available by anonymous
  234.    ftp from 
  235.       pobox.cscs.ch:/pub/ai/pail-2.4/ [148.187.10.13]
  236.    Written by Mike Rosner and Dean Allemang {dean,mike}@idsia.ch.
  237.  
  238.    AI_ATTIC is an anonymous ftp collection of classic AI programs and
  239.    other information maintained by the University of Texas at Austin.  It
  240.    includes Parry, Adventure, Shrdlu, Doctor, Eliza, Animals, Trek, Zork,
  241.    Babbler, Jive, and some AI-related programming languages.  This
  242.    archive is available by anonymous ftp from 
  243.       ftp.cc.utexas.edu:/pub/AI_ATTIC/  [128.83.186.13]
  244.    (AKA bongo.cc.utexas.edu). For more information, contact
  245.    atticmaster@bongo.cc.utexas.edu. 
  246.  
  247. Analogical Reasoning:
  248.  
  249.    SME is the Structure-Mapping Engine, as described in Falkenhainer,
  250.    Forbus, and Gentner's 1987 AIJ article.  Available from
  251.    multivac.ils.nwu.edu:/pub/SME For further information, contact Brian
  252.    Falkenhainer <falkenhainer@parc.xerox.com> or Ken Forbus
  253.    <forbus@ils.nwu.edu>.
  254.  
  255. Benchmarks:
  256.  
  257.    Gabriel Lisp Benchmarks are available by anonymous ftp as
  258.    ai.toronto.edu:/pub/gabriel-lisp-benchmarks.tar.Z.
  259.    The benchmarks are described in the book "Performance Evaluation of
  260.    Lisp Systems", by Richard Gabriel. 
  261.  
  262.    Lucid CL contains a set of benchmarks in its goodies/ directory,
  263.    including Bob Boyer's logic programming benchmark, a benchmark to
  264.    create and browse through an AI-like database of units, a CLOS speed
  265.    test, a compilation speed test, TAKR (the 100 function version of TAK
  266.    that tries to defeat cache memory effects), CTAK (A version of the
  267.    TAKeuchi function that uses the CATCH/THROW facility), STAK (A version
  268.    of the TAKeuchi function with special variables instead of parameter
  269.    passing), DERIV and DDERIV (Symbolic derivative benchmarks written by
  270.    Vaughn Pratt), DESTRU (a destructive operation benchmark), DIV2 (a
  271.    benchmark which divides by 2 using lists of n ()'s), the FFT benchmark
  272.    written by Harry Barrow, FPRINT (a benchmark to print to a file),
  273.    FRPOLY (a Franz Lisp benchmark by Fateman based on polynomial
  274.    arithmentic), Forest Baskett's PUZZLE benchmark (originally written in
  275.    Pascal), the TPRINT benchmark to read and print to the terminal, a
  276.    benchmark that creates and traverses a tree structure, and TRIANG
  277.    (board game benchmark). Some of the benchmarks may work only in Lucid.
  278.  
  279. Blackboard Architectures:
  280.  
  281.    The UMass GBB system (V1.2) is available by anonymous ftp from
  282.    dime.cs.umass.edu:/gbb. The commercial GBB product is not.
  283.    Work on the UMass GBB project (and funding) ended over 2 years ago.
  284.    Many researchers using it have opted for the commercial
  285.    release.  The UMass research system remains available, but the
  286.    two should not be confused as the commercial system is
  287.    substantially improved and extended. The commercial system is available
  288.    from Blackboard Technology Group, 401 Main Street,
  289.    Amherst, Massachusetts 01002, 413-256-8990, fax 413-256-3179.
  290.  
  291.    For a tutorial on how to build a blackboard system, see the paper
  292.       P. R. Kersten and Avi C. Kak, "A Tutorial on LISP Object-Oriented
  293.       Programming for Blackboard Computation (Solving the Radar Tracking
  294.       Problem)", International Journal of Intelligent Systems 8:617-669, 1993
  295.    Although samples of the code are given in the paper, the full source
  296.    code is available in a separate technical report from the School of
  297.    Electrical Engineering at Purdue University.  If you are interested in
  298.    getting a copy of the technical report, send mail to Avi Kak
  299.    <kak@ecn.purdue.edu>. (The circumstances under which the software was
  300.    developed prevent them from making the source code available by
  301.    anonymous FTP. However, the full source code is printed in the
  302.    technical report.)
  303.  
  304. Case-based Reasoning:
  305.  
  306.    CL-Protos is a Common Lisp implementation of the case-based
  307.    reasoning system developed by E. Ray Bareiss and Bruce W.
  308.    Porter of the University of Texas/Austin AI Lab. It runs
  309.    on Sun3, TI Explorer, HP 9000, and Symbolics, and gobbles a
  310.    huge amount of memory. Common Lisp implementation by
  311.    Rita Duran, Dan Dvorak, Jim Kroger, Hilel Swerdlin, and Ben Tso.
  312.    For more information, bug reports, or comments, contact
  313.    either Dan Dvorak <dvorak@cs.utexas.edu> or Ray Bareiss
  314.    <bareiss@ils.nwu.edu> or Erik Eilerts <eilerts@cs.utexas.edu>
  315.    Available by anonymous ftp from cs.utexas.edu:/pub/porter
  316.  
  317.    The complete code for "Inside Case-Based Reasoning" by Riesbeck and
  318.    Schank, 1989, is available by anonymous ftp from 
  319.       cs.umd.edu:/pub/schank/icbr/
  320.    This includes code for an instructional version of CHEF by Kristian
  321.    Hammond and MICRO-xxx. Contact Bill Andersen <waander@cs.umd.edu>
  322.    for more information.  
  323.  
  324. CLOS Software:
  325.    See question [5-6].
  326.  
  327. Constraint Programming and Non-determinism:
  328.  
  329.    SCREAMER:
  330.  
  331.    Screamer is an extension of Common Lisp that adds support for
  332.    nondeterministic programming.  Screamer consists of two levels.  The
  333.    basic nondeterministic level adds support for backtracking and
  334.    undoable side effects.  On top of this nondeterministic substrate,
  335.    Screamer provides a comprehensive constraint programming language in
  336.    which one can formulate and solve mixed systems of numeric and
  337.    symbolic constraints.  Together, these two levels augment Common Lisp
  338.    with practically all of the functionality of both Prolog and
  339.    constraint logic programming languages such as CHiP and CLP(R).
  340.    Furthermore, Screamer is fully integrated with Common Lisp. Screamer
  341.    programs can coexist and interoperate with other extensions to Common
  342.    Lisp such as CLOS, CLIM and Iterate.
  343.  
  344.    In several ways Screamer is more efficient than other implementations
  345.    of backtracking languages.  First, Screamer code is transformed into
  346.    Common Lisp which can be compiled by the underlying Common Lisp
  347.    system.  Many competing implementations of nondeterministic Lisp are
  348.    interpreters and thus are far less efficient than Screamer.  Second,
  349.    the backtracking primitives require fairly low overhead in Screamer.
  350.    Finally, this overhead to support backtracking is only paid for those
  351.    portions of the program which use the backtracking primitives.
  352.    Deterministic portions of user programs pass through the Screamer to
  353.    Common Lisp transformation unchanged.  Since in practise, only small
  354.    portions of typical programs utilize the backtracking primitives,
  355.    Screamer can produce more efficient code than compilers for languages
  356.    in which backtracking is more pervasive.
  357.  
  358.    Screamer is fairly portable across most Common Lisp implementations.
  359.    It currently runs under Genera 8.1.1 and 8.3 on both Symbolics 36xx
  360.    and Ivory machines, under Lucid 4.0.2 and 4.1 on Sun SPARC machines,
  361.    under MCL 2.0 and 2.0p2 on Apple Macintosh machines, and under Poplog
  362.    Common Lisp on Sun SPARC machines.  It should run under any
  363.    implementation of Common Lisp which is compliant with CLtL2 and with
  364.    minor revision could be made to run under implementations compliant
  365.    with CLtL1 or dpANS.
  366.  
  367.    Screamer is available by anonymous FTP from 
  368.       ftp.ai.mit.edu:/pub/screamer.tar.Z
  369.    Contact Jeffrey Mark Siskind <qobi@ai.mit.edu> for further
  370.    information. Screamer is also available from the Common Lisp Repository.
  371.  
  372. Defeasible Reasoning:
  373.  
  374.    An implementation of J. Paris and A. Vencovska's model of belief is
  375.    available by anonymous ftp from
  376.       ftp.cs.cmu.edu:/user/ai/areas/reasonng/defeasbl/belief/
  377.    Paris and Vencovska's paper (Artificial Intelligence, 64(2), December
  378.    1993) provides a mathematical model of an agent's belief in an event
  379.    by identifying it with his ability to imagine the event within the
  380.    context of his previous experience.  This approach leads to beliefs
  381.    having properties different from those normally ascribed to it. The
  382.    implementation was written by Ian Pratt <ipratt@cs.man.ac.uk> and Jens
  383.    Doerpmund <dorpmunj@cs.man.ac.uk> and runs in Common Lisp.
  384.  
  385. Eliza and Similar Programs:
  386.  
  387.    See Peter Norvig's book and AI_ATTIC (question [6-1] above).
  388.  
  389.    The doctor.el is an implementation of Eliza for
  390.    GNU-Emacs emacs-lisp. Invoke it with "Meta-X doctor"
  391.  
  392.    muLISP-87 (a MSDOS Lisp sold by Soft Warehouse) includes
  393.    a Lisp implementation of Eliza.
  394.  
  395.    Implementations of ELIZA for other languages are mentioned in the AI FAQ.
  396.  
  397.    The original Parry (in MLISP for a PDP-10) is available in
  398.    labrea.stanford.edu:/pub/parry.tar.Z.
  399.  
  400.    Other programs, such as RACTER, are listed in part 4 of the AI FAQ.
  401.  
  402. Expert Systems:
  403.  
  404.    FOCL is an expert system shell and machine learning program written in
  405.    Common Lisp. The machine learning program extends Quinlan's FOIL
  406.    program by containing a compatible explanation-based learning
  407.    component.  FOCL learns Horn Clause programs from examples and
  408.    (optionally) background knowledge. The expert system includes a
  409.    backward-chaining rule interpreter and a graphical interface to the
  410.    rule and fact base. For details on FOCL, see: Pazzani, M. and Kibler,
  411.    D., "The role of prior knowledge in inductive learning", Machine
  412.    Learning 9:54-97, 1992. It is available by anonymous ftp from
  413.       ics.uci.edu:/pub/machine-learning-programs/
  414.    as a (binhexed, compacted) Macintosh application, KR-FOCL-ES.cpt.hqx,
  415.    or as Common Lisp source code FOCL-1-2-3.tar.Z.  If you
  416.    use a copy of FOCL, or have any comments or questions, send mail to
  417.    pazzani@ics.uci.edu.
  418.  
  419.    BABYLON is a development environment for expert systems. It
  420.    includes frames, constraints, a prolog-like logic formalism, and a
  421.    description language for diagnostic applications. It is implemented in
  422.    Common Lisp and has been ported to a wide range of hardware platforms.
  423.    Available by anonymous ftp from ftp.gmd.de:/gmd/ai-research/Software/
  424.    [129.26.8.84] as a BinHexed stuffit archive, on the Apple CD-ROM, or
  425.    with the book "The AI Workbench BABYLON", which contains *full source
  426.    code* of BABYLON and the stand-alone version for the Mac. The book
  427.    describes the use of BABYLON in detail.
  428.  
  429.    OPS5 is a public domain Common Lisp implementation of the OPS5
  430.    production system interpreter written by Charles Forgy. It is
  431.    available from the CMU AI Repository in
  432.       ftp.cs.cmu.edu:/user/ai/areas/expert/ops5/
  433.    and includes the original port by George Wood and Jim Kowalski
  434.    (ops5orig.tar.gz), and a later port by Mark Kantrowitz (ops5.tar.gz).
  435.    The latter has been tested under Allegro, Lucid, CMU CL, Ibuki CL and
  436.    MCL.
  437.  
  438. Frame Languages:
  439.  
  440.    FrameWork is a portable generic frame system available from the CMU
  441.    AI Repository, in 
  442.       ftp.cs.cmu.edu:/user/ai/areas/kr/frames/framework/
  443.  
  444.    THEO (learning frame system) is available free from CMU, after
  445.    signing a license agreement. Send mail to Tom.Mitchell@cs.cmu.edu.
  446.  
  447.    FrameKit is available free from CMU, after signing a
  448.    license agreement. Send mail to Eric.Nyberg@cs.cmu.edu
  449.  
  450.    KR. Send mail to Brad.Myers@cs.cmu.edu for more info.
  451.  
  452.    PARKA. Frames for the CM. Contact spector@cs.umd.edu.
  453.                        
  454.    PARMENIDES (Frulekit) is available free, after signing
  455.    a license agreement. Send mail to peter.shell@cs.cmu.edu 
  456.  
  457.    FROBS is available free by anonymous ftp from
  458.    cs.utah.edu:/pub/frobs.tar.Z
  459.    Contact Robert Kessler <kessler@cs.utah.edu> for more info.
  460.  
  461.    PFC is a simple frame system written by Tim Finin
  462.    available free by anonymous ftp from linc.cis.upenn.edu.
  463.  
  464.    YAK is a hybrid knowledge-representation system of the
  465.    KL-ONE family. Includes an optional graphical interface
  466.    depending on the Lisp. Available free after signing a license 
  467.    agreement. Contact Enrico Franconi <franconi@irst.it>.
  468.  
  469. Genetic Algorithms:
  470.  
  471.    GECO (Genetic Evolution through Combination of Objects) is a
  472.    genetic algorithm shell written by George Williams,
  473.    <george@hsvaic.boeing.com>. It is available by anonymous ftp 
  474.    from cambridge.apple.com:/pub/mcl2/contrib/ as the following
  475.    files:
  476.       GECO-v1.0.cpt.hqx       binhex'd Compact Pro archive
  477.       GECO-v1.0.tar.Z         compressed tar file for Unix machines (no MCL
  478.                               fonts)
  479.       GECO.abstract           a brief description
  480.    It runs in MCL 2.0, but should be portable among CLtL2 compliant
  481.    Common Lisps.
  482.  
  483.    GAL is a genetic algorithm suite written by Bill Spears of NRL. The
  484.    MCL2.0 port was done by Howard Oakley <howard@quercus.demon.co.uk> and
  485.    is available from cambridge.apple.com:/pub/MCL2/contrib as
  486.    GAL.sea.hqx.  Improvements and adaptations should be sent to Bill
  487.    Spears, but questions on the MCL port should be directed to Howard Oakley.
  488.  
  489.    Other genetic algorithms code is available  
  490.       ftp.aic.nrl.navy.mil:/pub/galist
  491.    including Genesis (source-code/ga-source/genesis.tar.Z) and the archives
  492.    of the GA-List mailing list. A survey of free and commercial
  493.    genetic algorithms implementations is available in
  494.    information/ga-software-survey.txt. 
  495.  
  496. Knowledge Representation:
  497.  
  498.    KNOWBEL is an implementation of Telos (a sorted/temporal logic
  499.    system) by Bryan M. Kramer, <kramer@ai.toronto.edu>. It is
  500.    available by anonymous ftp from ai.toronto.edu:/pub/kr/ as the
  501.    files knowbel.tar.Z and manual.txt.tar.Z 
  502.    Runs in Allegro CL on Sparcstations and Silicon Graphics 4d
  503.    and in MCL on Apple Macintoshes. 
  504.    
  505.    SNePS (Semantic Network Processing System) is the implementation of a
  506.    fully intensional theory of propositional knowledge representation and
  507.    reasoning. SNePS includes a module for creating and accessing
  508.    propositional semantic networks, path-based inference, node-based
  509.    inference based on SWM (a relevance logic with quantification) that
  510.    uses natural deduction and can deal with recursive rules, forward,
  511.    backward and bi-directional inference, nonstandard logical connectives
  512.    and quantifiers, an assumption based TMS for belief revision, a
  513.    morphological analyzer and a generalized ATN (GATN) parser for parsing
  514.    and generating natural language, SNePSLOG, a predicate-logic-style
  515.    interface to SNePS, XGinseng, an X-based graphics interface for
  516.    displaying, creating and editing SNePS networks, SNACTor, a
  517.    preliminary version of the SNePS Acting component, and SNIP 2.2, a new
  518.    implementation of the SNePS Inference Package that uses rule shadowing
  519.    and knowledge migration to speed up inference.  SNeRE (the SNePS
  520.    Rational Engine), which is part of Deepak Kumar's dissertation about
  521.    the integration of inference and acting, will replace the current
  522.    implementation of SNACTor.  SNePS is written in Common Lisp, and has
  523.    been tested in Allegro CL 4.1, Lucid CL 4.0, TI Common Lisp, CLISP
  524.    May-93, and CMU CL 17b. It should also run in Symbolics CL, AKCL 1.600
  525.    and higher, VAX Common Lisp, and MCL. The XGinseng interface is built
  526.    on top of Garnet.  SNePS 2.1 is free according to the GNU General
  527.    Public License version 2. The SNePS distribution is available by
  528.    anonymous ftp from 
  529.       ftp.cs.buffalo.edu:/pub/sneps/  [128.205.32.9] 
  530.    as the file rel-x-yyy.tar.Z, where 'x-yyy' is the version. The other
  531.    files in the directory are included in the distribution; they are
  532.    duplicated to let you get them without unpacking the full distribution
  533.    if you just want the bibliography or manual. If you use SNePS, please
  534.    send a short message to shapiro@cs.buffalo.edu and
  535.    snwiz@cs.buffalo.edu. Please also let them know whether you'd like to
  536.    be added to the SNUG (SNePS Users Group) mailing list. 
  537.  
  538.    COLAB (COmpilation LABoratory) is a hybrid knowledge representation
  539.    system emphasizing the horizontal and vertical compilation of
  540.    knowledge bases. It is comprised of cooperating subsystems -- CONTAX,
  541.    FORWARD, RELFUN and TAXON -- which deal with different knowledge
  542.    representation and reasoning formalisms. Each subsystem can also be
  543.    used as stand-alone system. CONTAX deals with constraint nets and
  544.    constraint-propagation techniques. Relational knowledge in the form of
  545.    Horn rules is processed by forward (FORWARD) and backward (RELFUN)
  546.    chaining. Taxonomic knowledge is represented by intensional concept
  547.    definitions which are automatically arranged in a subsumption
  548.    hierarchy (TAXON).  The COLAB software was developed at DFKI and the
  549.    University of Kaiserslautern and runs in Common Lisp. (The subsystems
  550.    have been tested in AKCL and Lucid CL, and possibly also Allegro CL
  551.    and Symbolics CL.) All the subsystems are available free of charge for
  552.    research purposes.
  553.    o  RELFUN is a logic-programming language with call-by-value (eager),
  554.       non-deterministic, non-ground functions, and higher-order operations.
  555.       It accepts freely interchangeable LISP-style and PROLOG-style syntaxes.
  556.       For sources to RELFUN and copies of relevant papers, contact
  557.       Dr. Harold Boley, DFKI, Postfach 2080, W-6750 Kaiserslautern, Germany,
  558.       call +49-631-205-3459, fax +49-631-205-3210, or send email to
  559.       boley@informatik.uni-kl.de.
  560.    o  TAXON is a terminological knowledge representation system extended by
  561.       concrete domains.  For sources to TAXON and copies of relevant papers,
  562.       contact Philipp Hanschke, DFKI, Postfach 2080, W-6750 Kaiserslautern,
  563.       Germany, call +49-631-205-3460, fax +49-631-205-3210, or send email to
  564.       hanschke@dfki.uni-kl.de.
  565.    o  CONTAX is a constraint system for weighted constraints over
  566.       hierarchically structured finite domains. CONTAX uses CLOS in addition
  567.       to Common Lisp.  For sources to CONTAX and copies of relevant papers,
  568.       contact Manfred Meyer, DFKI, Postfach 2080, W-6750 Kaiserslautern,
  569.       Germany, call +49-631-205-3468, fax +49-631-205-3210, or send email to
  570.       meyer@dfki.uni-kl.de.
  571.    o  FORWARD is a logic programming language with bottom-up and top-down
  572.       evaluation of Horn clauses. For sources to FORWARD and copies of
  573.       relevant papers, contact Knut Hinkelmann, DFKI, Postfach 2080, W-6750
  574.       Kaiserslautern, Germany, call +49-631-205-3467, fax +49-631-205-3210,
  575.       or send email to hinkelma@dfki.uni-kl.de.
  576.  
  577.    URANUS is a logic-based knowledge representation language. Uranus is
  578.    an extension of Prolog written in Common Lisp and using the syntax of
  579.    Lisp. Uranus extends Prolog with a multiple world mechanism for
  580.    knowledge representation and term descriptions to provide
  581.    functional programming within the framework of logic programming.
  582.    It is available free by anonymous ftp from 
  583.       etlport.etl.go.jp:/pub/uranus/ftp/ [192.31.197.99]
  584.    for research purposes only.  For more information contact the author, 
  585.    Hideyuki Nakashima <nakashim@etl.go.jp>.
  586.  
  587. Languages and Alternate Syntaxes:
  588.  
  589.    Generalized Lisp (or Glisp for short) is a coordinated set of high
  590.    level syntaxes for Common Lisp.  Initially GLisp consists of three
  591.    dialects: Mlisp, Plisp and ordinary Lisp, together with an extensible
  592.    framework for adding others.  Mlisp (Meta-Lisp) is an Algol-like
  593.    syntax for people who don't like writing parentheses. For example,
  594.    one can write print("abc", stream) instead of (print "abc" stream).
  595.    Plisp (Pattern Lisp) is a pattern matching rewrite-rule language.
  596.    Plisp is a compiler-compiler; its rules are optimized for writing
  597.    language translators.  All dialects may be freely intermixed in a
  598.    file. The translators for all dialects are written in Plisp, as is
  599.    the Glisp translator framework itself. Support routines for the
  600.    translators are written in Mlisp and/or Lisp. All dialects are
  601.    translated to Common Lisp and execute in the standard Common Lisp
  602.    environment. Glisp is available by anonymous ftp from apple.com or 
  603.       ftp.apple.com:/dts/mac/lisp/glisp.tar.Z
  604.    GLISP runs in MCL and has to be modified for other Common Lisp
  605.    implementations. 
  606.  
  607.    CGOL is algol-like language that is translated into Lisp before
  608.    execution. It was developed originally by Vaughn Pratt. A Common Lisp
  609.    implementation of CGOL is available by anonymous ftp from
  610.       peoplesparc.berkeley.edu:/pub/cgol.1.tar.Z  [128.32.131.14]
  611.    (The number "1" may increase if newer versions are posted.)  It was 
  612.    written by a UC Berkeley graduate student, Tom Phelps, as a term
  613.    project, so there may still be some rough edges. There is a lot of
  614.    documentation in the distribution, including the "original" CGOL memo
  615.    (pratt.memo). For more information, contact Richard Fateman
  616.    <fateman@peoplesparc.berkeley.edu>.
  617.  
  618.    StarLisp Simulator. The StarLisp Simulator simulates *Lisp, one of
  619.    the programming langauges used to program the Connection Machine.
  620.    StarLisp runs under Symbolics, Lucid, Allegro, and Franz, and is
  621.    available by anonymous ftp from
  622.       think.com:/cm/starlisp/starsim-f19-sharfile
  623.    The "CM5 *Lisp Tutorial" is available by anonymous ftp from
  624.       arp.anu.edu.au:/ARP/papers/starlisp/  [150.203.20.2]
  625.    in Andrew "ez" and postscript formats.  Write to Zdzislaw Meglicki
  626.    <Zdzislaw.Meglicki@cisr.anu.edu.au> for more information about the tutorial.
  627.  
  628.    InterLisp->Common-Lisp Translator -- ftp.ai.sri.com:/pub/pkarp/lisp/ilisp/
  629.    Other InterLisp to Common Lisp translators may be found in the LispUsers
  630.    archive listed above.
  631.  
  632.    The Yale Haskell system runs in CMU Common Lisp, Lucid CL, and AKCL.
  633.    It is available by anonymous ftp from 
  634.         Chalmers animal.cs.chalmers.se:/pub/haskell/yale/ [129.16.225.66]
  635.         Glasgow  ftp.dcs.glasgow.ac.uk:/pub/haskell/yale/ [130.209.240.50]
  636.         Yale     nebula.cs.yale.edu:/pub/haskell/yale/    [128.36.13.1]
  637.    as the files
  638.         haskell-beta-2-source.tar.Z   -- full sources
  639.         haskell-beta-2-sparc.tar.Z    -- sparc executable
  640.  
  641. Lisp Tools:
  642.  
  643.    See the Common Lisp Repository in [6-2].
  644.  
  645.    The Automatic Memoization Facility adds a practical memoization
  646.    facility to Common Lisp. Automatic memoization is a technique by which
  647.    an existing function can be transformed into one that "remembers"
  648.    previous arguments and their associated results, yielding large
  649.    performance gains for certain types of applications.  This facility
  650.    extends the ideas from Norvig's book into what is needed for a
  651.    practical tool for us in large programs. It adds facilities for
  652.    bookkeeping and timing, and lets you evaluate of the timing advantages
  653.    of memoization, and save hash tables to disk for automatic reuse in
  654.    later sessions. The code is available by anonymous ftp from
  655.    archive.cs.umbc.edu:/pub/Memoization [130.85.100.53]. Contact Marty Hall
  656.    <hall@aplcenmp.apl.jhu.edu> for more information. The code includes an
  657.    overview of memoization and its applications.
  658.  
  659.    PLisp - A Common Lisp front end to Postscript. This translates many
  660.    Common Lisp functions to postscript as well as manage the environment
  661.    and many lispisms (&optional and &rest arguments, multiple values,
  662.    macros, ...).  Available via anonymous ftp
  663.          nebula.cs.yale.edu:/pub/plisp/plisp.tar.Z [128.36.13.1]
  664.    Written by John Peterson <peterson-john@cs.yale.edu>.
  665.  
  666.    RegExp is an extension to Allegro Common Lisp which adds
  667.    regular expression string matching, using the foreign
  668.    function interface. Available by anonymous ftp from
  669.    ftp.ai.sri.com:/pub/pkarp/regexp/. Contact pkarp@ai.sri.com
  670.    for more information.
  671.  
  672.    ifi.informatik.uni-stuttgart.de:/pub/xit/cl-utilities/ contains
  673.    three small utilities:
  674.         completion.lisp         A simple filename completion program.
  675.         cl-utilities.lisp       Some macros for dealing with points,
  676.                                 regions, and some miscellaneous macros.
  677.         copy-objects.lisp       Code for copying instances.
  678.  
  679.    think.com:/think/lisp contains some useful lisp code (most of it
  680.    Symbolics dependent) including:
  681.         lisp-lint.lisp          A set of compiler style checkers that
  682.                                 warn when a function call does not
  683.                                 conform to Common Lisp. 
  684.  
  685.    MEASURES is a system to handle engineering numbers and measures in
  686.    Common Lisp. It runs in Allegro CL, Lispworks, MCL, and Symbolics CL.
  687.    Written by Roman Cunis.  Some documentation can be found in the file
  688.    measures.doc and examples in measures-example.lisp.  It is available
  689.    from the Common Lisp Repository
  690.       ftp.cs.cmu.edu:/user/ai/lang/lisp/lisp/syntax/
  691.    in the file measures-2.0.tar.gz.  For further information, contact Ralf
  692.    Moeller, University of Hamburg, Bodenstedtstr 16, 2000 Hamburg 50,
  693.    Germany, call 40-4123-6134, fax 40-4123-6530, or send email to
  694.    moeller@informatik.uni-hamburg.de.
  695.  
  696.    DEFTABLE provides a macro that unifies the interface to Common
  697.    Lisp's table-like data structures (e.g., association lists, property
  698.    lists, and hash tables). Written by Peter Norvig
  699.    <Peter.Norvig@East.Sun.Com>.  It is available by anonymous ftp from
  700.    ftp.ai.mit.edu:/pub/lptrs/deftable.lisp [128.52.32.6] and also the
  701.    Lisp Utilities Repository. An article describing deftable was
  702.    published in ACM Lisp Pointers 5(4):32-38, December 1992.
  703.  
  704.    SEQUEL (SEQUEnt processing Language) is designed both as a general
  705.    purpose AI language for generating type-secure and efficient Lisp
  706.    programs and as a very high level specification language for
  707.    implementing logics on the computer. Designed at the University of
  708.    Leeds, SEQUEL compiles sequent-calculus specifications of arbitrary
  709.    logics to working proof assistants.  The sequent calculus
  710.    specifications are compiled into Horn clauses and from Horn clauses
  711.    into virtual machine instructions of an abstract machine SLAM (SequeL
  712.    Abstract Machine) which then translates these instructions into
  713.    efficient Lisp code using WAM-style compilation techniques.  Although
  714.    a functional programming language, SEQUEL includes facilities for
  715.    backtracking usually associated with logic programming, and supports a
  716.    pattern-matching method of building functions based on Prolog
  717.    notation.  The Lisp code generated from SEQUEL functions is completely
  718.    portable and runs in most Common Lisp implementations. It is
  719.    comparable in efficiency with hand-written code.  SEQUEL also supports
  720.    optional static type-checking in the manner of SML and similar
  721.    languages.  With type-checking enabled, all inputs and loaded files
  722.    are type-checked and the resulting Lisp programs are type-secure.  The
  723.    SEQUEL compiler uses the information gleaned from type-checking to add
  724.    compiler directives within the generated Lisp functions to produce
  725.    optimized Lisp programs.  SEQUEL includes a UNIX-style top level with
  726.    its own trace package and type-checking debugger. SEQUEL is also of
  727.    interest to automated reasoning researchers. It provides a very
  728.    powerful means of generating proof assistants and theorem provers that
  729.    have a very fast performance using WAM-derived compilation techniques.
  730.    The theorem provers are automatically verified. It includes a facility
  731.    for Datalog and an efficient occurs-check Horn-clause-to-Lisp
  732.    compiler, a mouse driven graphical interface for all proof assistants
  733.    and theorem provers built under SEQUEL (currently available only under
  734.    Lucid).  Several demonstration theorem provers for different logics,
  735.    including FOL, Clarke's logic of space, partial evaluation, set
  736.    theory, and constructive type theory are available.  SEQUEL runs under
  737.    Kyoto CL, Lucid CL, and CMU Common Lisp.  SEQUEL is available free for
  738.    non-commercial purposes by anonymous ftp from
  739.       agora.leeds.ac.uk:/scs/logic/  [129.11.144.130]
  740.    and includes LaTeX documentation in the distribution. For more
  741.    information, contact Mark Tarver <mark@scs.leeds.ac.uk> or 
  742.    <csc6mt@gps.leeds.ac.uk>. 
  743.  
  744. Machine Learning:
  745.  
  746.    ID3: A Lisp implementation of ID3 and other machine learning
  747.    algorithms are available by anonymous ftp from the machine learning
  748.    group at the University of Texas as cs.utexas.edu:/pub/mooney
  749.  
  750.    COBWEB/3 is a concept formation system available free after
  751.    signing a license agreement. Contact cobweb@ptolemy.arc.nasa.gov
  752.    for more information.
  753.  
  754.    RWM (Refinement With Macros) is a Common Lisp program for learning
  755.    problem solving strategies. RWM takes a high level description of a
  756.    problem as input and successively refines it into a sequence of
  757.    "easier" subproblems, which collectively constitute a strategy for
  758.    solving the given problem. RWM also learns macro moves which are
  759.    useful for efficiently solving the problem. A short documentation and
  760.    some example problems/strategies are included. To get a copy of this
  761.    description, send mail to the Bilkent University Archieve Server
  762.    bilserv@trbilun.bitnet with "send RWM.tar.Z" in the body of the
  763.    message. For further information, contact H. Altay Guvenir
  764.    <guvenir@trbilun.bitnet>.
  765.   
  766. Mathematics:
  767.  
  768.    MockMma -- peoplesparc.berkeley.edu:/pub/mma.tar.Z       [128.32.131.14]
  769.    A Mathematica-style parser written in Common Lisp. Written by Richard
  770.    Fateman; fateman@renoir.Berkeley.EDU. Runs in any valid Common Lisp.
  771.    Tested in Allegro, KCL and Lucid.
  772.  
  773.    rascal.ics.utexas.edu:/pub/             128.83.138.20
  774.       Maxima for Common Lisp (License required from National
  775.       Energy Software Center at Argonne.) Ported by Bill Schelter.
  776.  
  777.    QUAIL (Quantitative Analysis in Lisp) extends Common Lisp to better
  778.    support quantitative analysis. It includes an object-oriented
  779.    quantitative analysis programming environment based on CLOS.  Quail
  780.    was developed by the Statistical Computing Laboratory of the
  781.    Department of Statistics and Actuarial Science of the University of
  782.    Waterloo.  It includes a variety of mathematical and statistical
  783.    capabilities, such as symbolic and numerical differentiation,
  784.    numerical integration, probability calculations (e.g., pseudo-random
  785.    number generation), and statistical response models.  The
  786.    object-oriented graphics display facilities include building blocks
  787.    for arbitrary graphics, a collection of stock statistical graphics,
  788.    function plotting, 3d-rotating function and surface plots, and
  789.    graphical browsers. Quail currently runs in MCL, but a Franz and CLX
  790.    based version is forthcoming. It is available by anonymous ftp from
  791.       setosa.uwaterloo.ca:/pub/Quail/ [129.97.141.101]
  792.    You must read the file README-I-MEAN-IT and return a signed copy of
  793.    the license agreement ($10 annual license fee) before using the
  794.    software. For further information, contact Dr. R. W. Oldford,
  795.    <rwoldford@watstat.waterloo.edu> or <rwoldford@watstat.uwaterloo.ca>.
  796.  
  797. Medical Reasoning:
  798.  
  799.    TMYCIN -- sumex-aim.stanford.edu:/tmycin  The TMYCIN rule based system.
  800.  
  801. Music:
  802.  
  803.    Common Music is a music composition language written in Common Lisp
  804.    and CLOS that outputs music (directly or through scorefiles) to a
  805.    variety of synthesis packages, such as the Music Kit, Common Lisp
  806.    Music, MIDI, and CSound.  Common Music runs under MCL 2.0, Allegro CL
  807.    3.1.2 (NeXT), AKCL 1.615 (NeXT), Allegro CL 4.1 beta (SGI Iris), and
  808.    AKCL 6.15 (Sun4). It is available by anonymous ftp from
  809.       ccrma-ftp.stanford.edu:/pub/cm.tar.Z [36.49.0.93]
  810.       ftp.zkm.de:/pub/cm.tar.Z             [192.101.28.17] 
  811.    To be added to the mailing list, send mail to
  812.    cmdist-request@ccrma.stanford.edu. For further information, contact
  813.    Rick Taube, <hkt@zkm.de> or <hkt@ccrma.stanford.edu>.
  814.    [Note: In the Common Music sources, there is a generic portable Lisp
  815.    Listener style interpreter that supports command dispatching in
  816.    addition to Lisp evaluation. It is the file ./utils/tl.lisp.] 
  817.  
  818.    Common Lisp Music (CLM) is a software synthesis and signal
  819.    processing package (CL-MUSIC) and a package that makes it relatively
  820.    easy to take advantage of the Motorola DSP 56000 (CL-MUSIC-56).  It is
  821.    available by anonymous ftp from 
  822.       ccrma-ftp.stanford.edu:/pub/clm.tar.Z [36.49.0.93] 
  823.    Basic documentation is in clm.wn (or clm.rtf) and
  824.    ins.lisp.  CLM runs on NeXT under Allegro CL or KCL and on SGI Indigo
  825.    under Allegro CL. The non-56000 version should run on any machine with
  826.    C and Common Lisp. Send bug reports or suggestions to
  827.    Bil Schottstaedt <bil@ccrma.stanford.edu>.
  828.  
  829.    Common Music Notation (CMN) is a music notation package based on on
  830.    Common Lisp, CLOS (pcl), PostScript, and the Adobe Sonata font. It is
  831.    available by anonymous ftp from 
  832.       ccrma-ftp.stanford.edu:/pub/cmn.tar.Z [36.49.0.93] 
  833.    To be added to the mailing list (same list as for Common Music), 
  834.    send mail to cmdist-request@ccrma.stanford.edu.  Please send bug
  835.    reports and suggestions to Bil Schottstaedt <bil@ccrma.stanford.edu>. 
  836.  
  837. Natural Language Processing:
  838.  
  839.    The Xerox part-of-speech tagger is available by anonymous ftp from
  840.    parcftp.xerox.com:/pub/tagger/tagger-1-0.tar.Z. It is implemented in
  841.    Common Lisp and has been tested in Allegro CL 4.1, CMU CL 16e, and
  842.    Macintosh CL 2.0p2. For more information, contact the authors, Doug
  843.    Cutting <cutting@parc.xerox.com>, and Jan Pedersen
  844.    <pedersen@parc.xerox.com>.
  845.  
  846. Natural Language Generation:
  847.  
  848.    FUF is a natural language generation system based on Functional
  849.    Unification Grammars implemented in Common Lisp. It includes a
  850.    unifier, a large grammar of English (surge), a user manual and many
  851.    examples. FUF is available by anonymous ftp from
  852.       cs.columbia.edu:/pub/fuf/
  853.       black.bgu.ac.il:/pub/fuf/
  854.    as the files fuf5.2.tar.Z and surge.tar.Z. For further information,
  855.    contact the author, Michael Elhadad <elhadad@bengus.bgu.ac.il>.
  856.  
  857. Neural Networks:
  858.  
  859.    ANSIL  -- nervous.cis.ohio-state.edu:/pub/lispusers/ansil/ 
  860.              "Advanced Network Simulator in Lisp"
  861.              email: ansil@cis.ohio-state.edu
  862.  
  863. Object-Oriented Programming:
  864.  
  865.    PCL -- parcftp.xerox.com:/pcl/ [13.1.64.94]
  866.    Portable Common Loops (PCL) is a portable implementation of
  867.    the Common Lisp Object System (CLOS). A miniature CLOS
  868.    implementation called Closette is available pcl/mop/closette.lisp.
  869.  
  870.    CLOS-on-KEE -- zaphod.lanl.gov:/pub/
  871.    A subset of CLOS that is implemented on top of KEE. Contact
  872.    egdorf%zaphod@LANL.GOV (Skip Egdorf) for more info.
  873.  
  874.    MCS (Meta Class System) -- ftp.gmd.de:/lang/lisp/mcs/ [129.26.8.84]
  875.    Portable object-oriented extension to Common Lisp. Integrates the
  876.    functionality of CLOS (the Common Lisp Object System), and TELOS, (the
  877.    object system of LeLisp Version 16 and EuLisp).  MCS provides a metaobject
  878.    protocol which the user can specialize. Runs in any valid Common Lisp.
  879.    Contact: Harry Bretthauer and Juergen Kopp, German National Research
  880.    Center for Computer Science (GMD), AI Research Division,
  881.    P.O. Box 1316, D-5205 Sankt Augustin 1, FRG, email: juergen.kopp@gmd.de
  882.  
  883.    CommonORBIT (also called CORBIT) is an object-oriented extension of
  884.    Common Lisp.  It uses a prototype (classless) model of OOP, is easy to
  885.    use and yet has many sophisticated features found also in KL-ONE type
  886.    languages.  CommonORBIT is a Common Lisp reimplementation of ORBIT,
  887.    which was originally conceived by Luc Steels around 1981-1983.
  888.    Because of its delegation-based rather than class-based inheritance,
  889.    CommonORBIT offers extreme flexibility to define and change
  890.    practically anything at run-time.  Because of the generic functions,
  891.    it fits well into regular Lisp code.  It can co-exist with CLOS but
  892.    remains completely separate. The source code of CommonORBIT is in the
  893.    public domain and available by anonymous ftp from the Lisp
  894.    Utilities Repository,
  895.       ftp.cs.cmu.edu:/user/ai/lang/lisp/
  896.    in the oop/non-clos/corbit/ subdirectory as the file corbit.tar.gz. 
  897.    Documentation is available as the files corbit.msword.hqx, corbit.ps
  898.    or corbit.text. A stripped-down version of CORBIT, known as BOOPS
  899.    (Beginner's Object-Oriented Programming System), is also available
  900.    from the repository as boops.tar.Z. For further information,
  901.    contact the author, Koenraad de Smedt <desmedt@ruls40.LeidenUniv.nl>.
  902.  
  903.  
  904. Parser Generators:
  905.  
  906.    Mark Johnson <mj@cs.brown.edu> has written a LALR parser generator
  907.    for Common Lisp. It is fairly small (about 500 lines of code) and
  908.    can be found in the Common Lisp Repository above.
  909.  
  910.    IPG (Incremental Parser Generator) is available by email from 
  911.    Jan Rekers <rekers@cwi.nl>.  It is an appendix to his thesis. It is
  912.    written in LeLisp, but should be portable to other Lisp dialects.
  913.  
  914.    Zebu 2.8.5 is a parser generator for Common Lisp by Joachim H. Laubsch
  915.    <laubsch@hplabs.hpl.hp.com>.  It is an extention written in Common
  916.    Lisp of the Scheme version.  It generates a LALR(1) parsing table.  To
  917.    parse a string with a grammar, only this table and a driver need to be
  918.    loaded. The present version of Zebu contains the ability to define
  919.    several grammars and parsers simultaneously, a declarative framework
  920.    for specifying the semantics, as well as efficiency related
  921.    improvements.  The current version compiles a grammar with 300
  922.    productions (including dumping of the tables to disk) in approx 2
  923.    minutes and 30 seconds on a HP 9000/370.  This implimentation has been
  924.    tested in Lucid CL, Allegro CL, and MCL 2.0b. The current version
  925.    can also produce a generator in addition to a parser. A copy may be
  926.    found on cambridge.apple.com:/pub/mcl2/contrib/zebu-2.2.tar.Z.
  927.  
  928.  
  929. Probabilistic Reasoning and Statistics:
  930.  
  931.    BELIEF is a Common Lisp implementation of the Dempster and Kong fusion
  932.    and propagation algorithm for Graphical Belief Function Models and the
  933.    Lauritzen and Spiegelhalter algorithm for Graphical Probabilistic
  934.    Models. It includes code for manipulating graphical belief models such
  935.    as Bayes Nets and Relevance Diagrams (a subset of Influence Diagrams)
  936.    using both belief functions and probabilities as basic representations
  937.    of uncertainty. It is available by anonymous ftp from
  938.    ftp.stat.washington.edu (128.95.17.34), and by email from the author,
  939.    Russell Almond <almond@stat.washington.edu>. Contact the author at
  940.    almond@statsci.com for information about a commercial version
  941.    GRAPHICAL-BELIEF currently in the prototype stages.
  942.  
  943.    XLISP-STAT is an extensible statistics package which runs in XLISP.
  944.    It has recently been ported to Common Lisp, and is available as
  945.       umnstat.stat.umn.edu:/pub/xlispstat/CL/CLS1.0A1.tar.Z [128.101.51.1]
  946.    The CL port does not yet include the lisp-stat dynamic graphics 
  947.    package, only the numerics. The XLisp version is available from
  948.    the above site and several mirror sites, such as mac.archive.umich.edu, 
  949.    and runs on the Apple Macintosh, Unix systems running X11
  950.    (Vax, PMAX, Sun3, Encore Multimax, and Cray XMP), Sun workstations
  951.    running SunView, and the Commodore Amiga. An experimental version
  952.    for DOS computers running Microsoft Windows 3.0 is also available.
  953.    Documentation is available online, in the tutorial introduction
  954.    pub/xlispstat/xlispstat.doc.tar.Z and also in the book
  955.       Luke Tierney, "Lisp-Stat: An Object Oriented Environment for Statistical
  956.       Computing and Dynamic Graphics", Wiley, 1990, 397 pages.
  957.       ISBN 0-471-50916-7. 
  958.    For more information, write to Lisp-Stat Information, School of
  959.    Statistics, 270 Vincent Hall, University of Minnesota, Minneapolis, MN
  960.    55455, or send e-mail to lispstat-info@umnstat.stat.umn.edu.
  961.  
  962.    CLASP (Common Lisp Analytical Statistics Package) provides the basic
  963.    functionality of a statistics package. It is implemented on top of
  964.    CLOS and CLIM on a variety of platforms, and uses BBN's SciGraph
  965.    package for plotting. The CLIM interface includes a "notebook" that is
  966.    both a "desktop" for icons and a Lisp interactor pane.  The Common
  967.    Lisp Instrumentation Package (CLIP) is available along with CLASP.
  968.    CLIP is designed to allow AI system developers andevaluators a
  969.    portable way to define and manage "alligator clips" for instrumenting
  970.    their programs.  CLIP produces data about program behavior in CLASP
  971.    format, as well as other commonly used data formats.  It currently has
  972.    facilities to support experiment design, such as scenario scripting
  973.    and factorial combination of independent variables, and can collect
  974.    data in summary form (at the end of each trial) or based upon the
  975.    occurrence of specific events (both periodic and non-periodic).  CLASP
  976.    is available by anonymous ftp from
  977.       ftp.cs.umass.edu:/pub/eksl/clasp/
  978.    and CLIP is in the directory 
  979.       ftp.cs.umass.edu:/pub/eksl/clip/
  980.    A tutorial on CLASP can be found in 
  981.       ftp.cs.umass.edu:/pub/eksl/clasp-tutorial/
  982.    Bugs should be reported to clasp-support@cs.umass.edu. For more
  983.    information, contact Dave Hart <dhart@cs.umass.edu>.
  984.  
  985. Planning:
  986.  
  987.    NONLIN -- cs.umd.edu:/pub/nonlin (128.8.128.8)
  988.    Common Lisp implementation of the NONLIN planning system originally
  989.    designed and implemented by Austin Tate. Bugs can be reported to
  990.    nonlin-bugs@cs.umd.edu. User's group is nonlin-users@cs.umd.edu.
  991.    The authors request that anybody ftping the code send a message to
  992.    nonlin-users-request@cs.umd.edu, letting them know you have a copy
  993.    and also letting them know if you wish to subscribe to the users group.
  994.    More information can also be obtained from Jim Hendler, hendler@cs.umd.edu.
  995.  
  996.    ABTWEAK is a Common Lisp implementation of ABTWEAK, a hierarchical
  997.    nonlinear planner extending David Chapman's (MIT) TWEAK, may be obtained by 
  998.    anonymous ftp from
  999.       jupiter.drev.dnd.ca:/pub/steve/Abtweak/ 
  1000.    A user's manual is included in the planner distribution, and a copy of the
  1001.    associated masters thesis by Steven Woods, and other related papers are 
  1002.    also contained in that directory. Send mail to woods@drev.dnd.ca for more
  1003.    information.  
  1004.  
  1005.    RHETORICAL is a planning and knowledge tool available by
  1006.    anonymous ftp from cs.rochester.edu:/pub/knowledge-tools
  1007.    in the files rhet-19-40.tar.Z and cl-lib-3-11.tar.Z. The files
  1008.    tempos-3-6.tar.Z and timelogic-5-0.tar.Z add James Allen's
  1009.    interval logic to Rhet. It runs on Symbolics Genera and
  1010.    Allegro Common Lisp. Written by Brad Miller <miller@cs.rochester.edu>.
  1011.  
  1012.    PRODIGY is an integrated planning and learning system,
  1013.    available free after signing a license agreement. Contact
  1014.    prodigy@cs.cmu.edu for more information.
  1015.  
  1016.    SOAR is an integrated intelligent agent architecture currently
  1017.    being developed at Carnegie Mellon University, the University of
  1018.    Michigan, and the Information Sciences Institute of the University of
  1019.    Southern California. SOAR, and its companion systems, CParaOPS5 and
  1020.    TAQL, have been placed in the public domain. The system may be
  1021.    retrieved by anonymous ftp to ftp.cs.cmu.edu (or any other CMU CS
  1022.    machine) in the directory /afs/cs.cmu.edu/project/soar/5.2/2/public/.
  1023.    [Note: You must cd to this directory in one atomic operation, as
  1024.    superior directories may be protected during an anonymous ftp.]  For
  1025.    more information, send email to soar-request@cs.cmu.edu or write to
  1026.    The Soar Group, School of Computer Science, Carnegie Mellon
  1027.    University, Pittsburgh, PA 15213.  Finally, though the software is in
  1028.    the public domain, the manual remains under copyright. To obtain one
  1029.    (at no charge) send a request (including your physical mail address)
  1030.    to soar-doc@cs.cmu.edu or to the physical address above. 
  1031.  
  1032.    A simple route planning agent implemented in Soar6 is available by
  1033.    anonymous ftp from 
  1034.       earth.med.ohio-state.edu:/pub/IEEE-Soar-code/route-planning.soar6.
  1035.    This is the complete code for the agent described in the IEEE Expert
  1036.    article: Smith, J. W. and Johnson, T. R., "A stratified approach to
  1037.    specifying, designing, and building knowledge systems", IEEE Expert,
  1038.    8(3):15-25, 1993.
  1039.  
  1040.    SNLP is a domain independent systematic nonlinear planner,
  1041.    available by anonymous ftp from cs.washington.edu:/pub/snlp.tar.Z
  1042.    Contact weld@cs.washington.edu for more information. 
  1043.  
  1044.    IDM is a Common Lisp implementation of both a classical and extended
  1045.    version of the STRIPS planner. It is available by anonymous ftp from 
  1046.    sauquoit.gsfc.nasa.gov (128.183.101.29). Questions, comments and bug
  1047.    reports may be sent to idm-users@chelmsford.gsfc.nasa.gov.             
  1048.  
  1049. Planning Testbeds:
  1050.  
  1051.    TILEWORLD is a planning testbed/simulator developed at SRI
  1052.    International by Martha Pollack, Michael Frank and Marc
  1053.    Ringuette. TILEWORLD originally ran under Lucid CL, but was
  1054.    later extended and ported to Allegro CL by Badr H. Al-Badr
  1055.    and Steve Hanks. The new tileworld is available by anonymous
  1056.    ftp from cs.washington.edu as the file new-tileworld.tar.Z
  1057.    It includes an X interface. Contact pollack@cs.pitt.edu for more
  1058.    information. 
  1059.  
  1060.    TRUCKWORLD is a simulated world intended to provide a 
  1061.    testbed for AI planning programs, where the planning agent
  1062.    is a truck that roams around the simulated world. It is
  1063.    available by anonymous ftp from cs.washington.edu in the
  1064.    file simulator.tar.Z. It includes an X interface. Contact
  1065.    Steve Hanks <hanks@cs.washington.edu> for more information.
  1066.  
  1067.    ARS MAGNA is a simulated world intended for use as a testbed for
  1068.    planning and mapping programs.  The simulated agent is a robot in an
  1069.    indoors environment.  High-level sensing and action are provided,
  1070.    realistically modelled on current vision and robotics research.  It is
  1071.    written in Nisp, a macro package running on top of Common Lisp.  It is
  1072.    available by anonymous ftp from 
  1073.       dept.cs.yale.edu:/pub/nisp/
  1074.    as file ars-magna.tar.Z.  It includes an X display.  Contact Sean Engelson
  1075.    <engelson@cs.yale.edu> for more information.
  1076.  
  1077. Qualitative Reasoning:
  1078.  
  1079.    QSIM is a qualitative reasoning system implemented in Common
  1080.    Lisp. It is available by anonymous ftp from cs.utexas.edu:/pub/qsim
  1081.    Contact Ben Kuipers <kuipers@cs.utexas.edu> for more information.
  1082.  
  1083.    QPE is the Qualitative Process Engine, an envisioner for QP theory.
  1084.    QPE is publically available from multivac.ils.nwu.edu:/pub/QPE
  1085.    Maintained by Ken Forbus <forbus@ils.nwu.edu>.
  1086.  
  1087. Theorem Proving:
  1088.  
  1089.    MVL (Multi-Valued Logic) is a theorem proving system written in Common
  1090.    Lisp. MVL is a bilattice-based reasoning system.  By changing the
  1091.    bilattice, you can use MVL to do truth maintenance, nonmonotonic
  1092.    reasoning, first-order reasoning, and a variety of other reasoning
  1093.    strategies.  MVL is available by anonymous ftp from 
  1094.       t.stanford.edu:/mvl/
  1095.    as mvl.tar.Z. A user's manual may be found in the file manual.tex. For
  1096.    more information, contact Matthew L. Ginsberg, <ginsberg@t.stanford.edu>
  1097.    or <ginsberg@cs.stanford.edu>. Matthew asks that you send him an email
  1098.    message if you retrieve the system by anonymous ftp.
  1099.  
  1100.    Boyer-Moore
  1101.    ftp.cli.com:/pub/nqthm/nqthm.tar.Z   Contact: kaufman@cli.com
  1102.    rascal.ics.utexas.edu:/pub/             128.83.138.20
  1103.       nqthm/               Boyer and Moore's theorem prover.
  1104.                            Also available from ftp.cli.com:/pub/nqthm.
  1105.       proof-checker/       Matt Kaufmann's proof checking
  1106.                            enhancements to nqthm.
  1107.    The mailing list nqthm-users-request@cli.com is for users of the
  1108.    Boyer-Moore theorem-prover, NQTHM.
  1109.  
  1110.    DTP is a general theorem prover incorporating domain-independent control
  1111.    of inference.  Implemented in CLtL2 Common Lisp, it runs in Franz
  1112.    Allegro, Lucid, and Macintosh (MCL) Common Lisp.  It is available by
  1113.    anonymous ftp from meta.stanford.edu:/pub/dtp/ [36.8.0.54].  Contact
  1114.    Don Geddis <Geddis@CS.Stanford.EDU> for more information.
  1115.  
  1116.    RRL (Rewrite Rule Laboratory) -- herky.cs.uiowa.edu:/public/rrl
  1117.    [128.255.28.100]
  1118.  
  1119.    FRAPPS (Framework for Resolution-based Automated Proof Procedures) is
  1120.    a portable resolution theorem-prover written in Common Lisp. It is
  1121.    available via anonymous ftp from a.cs.uiuc.edu:/pub/frapps [128.174.252.1].
  1122.    If you take a copy of FRAPPS, please send a short note to Prof.
  1123.    Alan M. Frisch <frisch@cs.uiuc.edu>.
  1124.  
  1125. Truth Maintenance:
  1126.  
  1127.    The truth maintenance system and problem solver implementations
  1128.    described in the book "Building Problem Solvers" by Ken Forbus and
  1129.    Johan de Kleer are available by anonymous ftp from
  1130.    parcftp.xerox.com:/pub/bps/. Includes a constraint propagation
  1131.    system similar to Steele's Constraints system, among other things.
  1132.    For more information send mail to Johan de Kleer <deKleer@parc.xerox.com>.
  1133.  
  1134. Virtual Reality:
  1135.  
  1136.    VEOS (Virtual Environment Operating Shell) is an extendible environment
  1137.    for prototyping distributed applications for Unix. The programmer's
  1138.    interface uses XLISP 2.1. Although intended for distributed
  1139.    Virtual Reality applications at The Human Interface Technology Lab
  1140.    in Seattle, it should be appropriate for other applications.  VEOS
  1141.    uses heavyweight sequential processes, corresponding roughly to
  1142.    unix processes. VEOS runs on DEC/5000, Sun4, and Silicon Graphics
  1143.    VGX and Indigo. VEOS is available by anonymous ftp from
  1144.       milton.u.washington.edu:/public/veos/ [128.95.136.1]
  1145.    as veos.tar.Z. If you use the software, the authors ask that you send
  1146.    them mail to veos-support@hitl.washington.edu.
  1147.  
  1148. Vision:
  1149.  
  1150.    OBVIUS -- whitechapel.media.mit.edu:/obvius/ [18.85.0.125]
  1151.              white.stanford.edu: [36.121.0.16]
  1152.    Object-Based Vision and Image Understanding System (OBVIUS), is a Common
  1153.    Lisp image processing package. Provides a library of image processing
  1154.    routines (e.g., convolutions, fourier transforms, statistical
  1155.    computations, etc.) on gray or binary images and image-sequences (no
  1156.    color support yet), an X windows display interface, postscript printer
  1157.    output, etc.  It uses a homebrew interface to X11 (i.e., it does not use
  1158.    clx or clue). However, they eventually hope to port Obvius to a clx/clue
  1159.    platform. Written by David Heeger <heeger@white.stanford.edu> and Eero
  1160.    Simoncelli <eero@whitechapel.media.mit.edu>. Runs in Lucid-4.0. Includes
  1161.    LaTeX documentation and User's Guide.
  1162.  
  1163. Miscellaneous:
  1164.  
  1165.    ftp.csrl.aoyama.ac.jp:/YY/       YY window toolkit sources
  1166.    ftp.csrl.aoyama.ac.jp:/lispsrc/  Common Lisp programs, including MIT's FRL.
  1167.  
  1168. ----------------------------------------------------------------
  1169. Subject: [6-6] Formatting code in LaTeX (WEB and other literate
  1170.                programming tools) 
  1171.  
  1172. SLaTeX is a R4RS-compliant Scheme program that allows you to write
  1173. program code "as is" in your LaTeX or TeX source.  It is particularly
  1174. geared to the programming languages Scheme and Common Lisp, and has
  1175. been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C,
  1176. SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS.  The
  1177. formatting of the code includes assigning appropriate fonts to the
  1178. various tokens in the code (keywords, variables, constants, data), at
  1179. the same time retaining the proper indentation when going to the
  1180. non-monospace (non-typewriter) provided by TeX.  SLaTeX comes with two
  1181. databases that recognize the standard keywords/variables/constants of
  1182. Scheme and Common Lisp respectively.  These can be modified by the
  1183. user using easy TeX commands.  In addition, the user can inform SLaTeX
  1184. to typeset arbitrary identifiers as specially suited TeX expressions
  1185. (i.e., beyond just fonting them).  The code-typesetting program SLaTeX
  1186. is available by anonymous ftp from 
  1187.    cs.rice.edu:/public/dorai/slatex.tar.Z
  1188. Send bug reports to dorai@cs.rice.edu.
  1189.  
  1190. SchemeWEB provides simple support for literate programming in Lisp.
  1191. SchemeWEB version 2.0 is a Unix filter that allows you to generate
  1192. both Lisp and LaTeX code from one source file.  The generated LaTeX
  1193. code formats Lisp programs in typewriter font obeying the spacing in
  1194. the source file.  Comments can include arbitrary LaTeX commands.
  1195. SchemeWEB was originally developed for the Scheme dialect of Lisp, but
  1196. it can easily be used with most other dialects.  Version 2.0 is
  1197. available in the Scheme Repository as
  1198.    cs.indiana.edu:/pub/scheme-repository/new/schemeweb.sh
  1199. or in the Comprehensive TeX Archive Network (CTAN) in the directory
  1200.    ftp.shsu.edu:/tex-archive/web/schemeweb 
  1201.  
  1202. LiSP2TeX is a system that allows easy insertions of Scheme, or Lisp,
  1203. code towards TeX files. The originality of LiSP2TeX is that it
  1204. extracts Scheme definitions from the files where they appear and wraps
  1205. them appropriately within TeX macros for insertion into the
  1206. documentation file. LiSP2TeX decorrelates writing documentation from
  1207. programming: it is therefore possible to separately develop programs
  1208. and documentations and to merge them at the end to produce up to date
  1209. final documents. LiSP2TeX also has some pretty-printing capabilities
  1210. to produce denotations full of greek letters. It is available by
  1211. anonymous ftp from ftp.inria.fr:/INRIA/Projects/icsla/.
  1212.  
  1213. See also ftp.cs.cmu.edu:/user/ai/lang/lisp/code/tools/user_man/.
  1214.  
  1215. The Literate Programming FAQ lists a number of alternatives, both
  1216. language-independent and Lisp-specific. The Literate Programming FAQ
  1217. is posted once a quarter to the comp.literate.programming newsgroup
  1218. and is available by anonymous ftp from rtfm.mit.edu. A copy may also be
  1219. requested by sending an email message to fileserv@shsu.edu
  1220.    sendme litprog.faq
  1221. in the body of the message.
  1222.  
  1223. ----------------------------------------------------------------
  1224. Subject: [6-7] Where can I get an implementation of Prolog in Lisp?
  1225.  
  1226. Implementations of Prolog in Lisp:
  1227.  
  1228.    The Frolic package from the University of Utah is written in Common Lisp
  1229.    and available by anonymous ftp from cs.utah.edu:/pub/frolic.tar.Z
  1230.      
  1231.    LM-PROLOG by Ken Kahn and Mats Carlsson is written in ZetaLisp and not
  1232.    easily portable to Common Lisp. It is available by anonymous ftp from
  1233.    sics.se:/archive/lm-prolog.tar.Z.
  1234.      
  1235.    Peter Norvig's book "Paradigms of AI Programming" includes Common Lisp
  1236.    implementations of a prolog interpreter and compiler. The software is
  1237.    available by anonymous ftp from unix.sri.com:/pub/norvig and on disk in
  1238.    Macintosh or DOS format from the publisher, Morgan Kaufmann.  For more
  1239.    information, contact: Morgan Kaufmann, Dept. P1, 2929 Campus Drive, Suite
  1240.    260, San Mateo CA 94403, (800) 745-7323; FAX: (415) 578-0672
  1241.  
  1242.    Harlequin's LispWorks comes with Common Prolog -- a fast
  1243.    Edinburgh-compatible Prolog integrated with Common Lisp.  Write to:
  1244.    Harlequin Limited, Barrington Hall, Barrington, Cambridge, CB2 5RG, call
  1245.    0223 872522 (or 44223 872522 outside UK), telex 818440 harlqn g, fax 0223
  1246.    872519, or send email to ai@uk.co.harlqn (or ai@harlqn.co.uk for US people).
  1247.  
  1248.    eLP (Ergo Lambda Prolog) is an interpreter written by Conal Elliott,
  1249.    Frank Pfenning and Dale Miller in Common Lisp and implements the core
  1250.    of lambda Prolog (higher-order hereditary Harrop formulas). It is
  1251.    embedded in a larger development environment called ESS (the Ergo
  1252.    Support System).  eLP implements all core language feature and offers
  1253.    a module system, I/O, some facilities for tracing, error handling,
  1254.    arithmetic, recursive top-levels, on-line documentation and a number
  1255.    of extended examples, including many programs from Amy Felty's and
  1256.    John Hannan's thesis.  It should run in Allegro Common Lisp, Lucid
  1257.    Common Lisp, Kyoto Common Lisp, CMU Common Lisp and Ibuki Common Lisp.
  1258.    The eLP implementation of lambda Prolog is no longer developed or
  1259.    maintained, but it is still available via anonymous ftp from
  1260.    ftp.cs.cmu.edu:/afs/cs.cmu.edu/project/ergo/export/ess/. The file
  1261.    ergolisp.tar.Z contains the Ergo project's extensions to Common Lisp,
  1262.    including some facilities for attributes and dealing with abstract
  1263.    syntax trees. The file sb.tar.Z contains the Ergo
  1264.    Parser/Unparser/Formatter generator and ab.tar.Z contains the Ergo
  1265.    Attribute Grammar facility. The file elp.tar.Z contains the Ergo
  1266.    implementation of lambda Prolog.  To customize grammars you need the
  1267.    sb.tar.Z file.  When you retrieve the system, please print, fill out,
  1268.    and send in a copy of the non-restrictive license you will find in the
  1269.    file LICENSE. To subscribe to the elp@cs.cmu.edu mailing list, send
  1270.    mail to elp-request@cs.cmu.edu. Bugs should be sent to
  1271.    elp-bugs@cs.cmu.edu.
  1272.  
  1273. See the Scheme FAQ for information on implementations of Prolog in Scheme.
  1274.  
  1275. ----------------------------------------------------------------
  1276. Subject: [6-8] World-Wide Web (WWW) Resources
  1277.  
  1278. The World Wide Web (WWW) is a hypermedia document that spans the
  1279. Internet.  It uses the http (HyperText Transfer Protocol) for the
  1280. light-weight exchange of files over the Internet.  NCSA Mosaic is a
  1281. World Wide Web browser developed at the National Center for
  1282. Supercomputing Applications (NCSA). 
  1283.  
  1284. Mosaic's popularity derives, in part, from its ability to communicate
  1285. using more traditional Internet protocols like FTP, Gopher, WAIS, and
  1286. NNTP, in addition to http. Mosaic can display text, hypertext links,
  1287. and inlined graphics directly. When Mosaic encounters a file type it
  1288. can't handle internally, such as Postscript documents, mpeg movies,
  1289. sound files, and JPEG images, it uses an external viewer (or player)
  1290. like Ghostscript to handle the file. Mosaic also includes facilities
  1291. for exploring the Internet. In other words, Mosaic is an multimedia
  1292. interface to the Internet.
  1293.  
  1294. The hypertext documents viewed with Mosaic are written in HTML
  1295. (HyperText Markup Language), which is a subset of SGML (Standard
  1296. Generalized Markup Language).  All that is needed is just a few more
  1297. improvements, such as the ability to format tables and mathematics,
  1298. and a WYSIWYG editor, for HTML to greatly facilitate electronic
  1299. journals and other publications.
  1300.  
  1301. NCSA Mosaic for the X Window System is available by anonymous ftp from  
  1302.    ftp.ncsa.uiuc.edu:/Mosaic/
  1303. as source code and binaries for Sun, SGI, IBM RS/6000, DEC Alpha OSF/1, DEC
  1304. Ultrix, and HP-UX. Questions about NCSA Mosaic should be directed to 
  1305. mosaic-x@ncsa.uiuc.edu (X-Windows version), mosaic-mac@ncsa.uiuc.edu
  1306. (Macintosh), and mosaic-win@ncsa.uiuc.edu (Microsoft Windows).
  1307.  
  1308. A simple HTML version of the Lisp FAQ (this FAQ) is available as
  1309.    http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/lang/lisp/top.html
  1310.  
  1311. Association of Lisp Users:
  1312.    http://www.cs.rochester.edu/users/staff/miller/alu.html
  1313.  
  1314. ----------------------------------------------------------------
  1315. ;;; *EOF*
  1316.  
  1317.  
  1318.